home *** CD-ROM | disk | FTP | other *** search
/ Ghost Rider iactivecard / Ghost Rider iactivecard.iso / pc / quiz.swf / scripts / DefineSprite_56 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-04-17  |  219 b   |  13 lines

  1. if(_root.timer_sec == 1)
  2. {
  3.    _root.timer_txt = _root.timer_sec + " second";
  4. }
  5. else if(_root.timer_sec == 0)
  6. {
  7.    _root.timer_txt = "0 seconds";
  8. }
  9. else
  10. {
  11.    _root.timer_txt = _root.timer_sec + " seconds";
  12. }
  13.